object Form1: TForm1 Left = 200 Top = 102 Width = 282 Height = 169 Caption = 'Checkin Status Monitor' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object C: TLabel Left = 40 Top = 32 Width = 88 Height = 13 Caption = 'Current Key Value:' end object Key: TEdit Left = 136 Top = 32 Width = 49 Height = 21 TabOrder = 0 OnChange = KeyChange end object ReadButton: TButton Left = 16 Top = 80 Width = 75 Height = 25 Caption = 'Read' TabOrder = 1 OnClick = ReadButtonClick end object UpdateButton: TButton Left = 168 Top = 80 Width = 75 Height = 25 Caption = 'Update' Enabled = False TabOrder = 2 OnClick = UpdateButtonClick end object SharedMemory: TShareMem Count = 4 Size = 32 Filename = 'c:\share.me' DeleteFlag = False Left = 120 Top = 80 end end